GO: GO Programming Language for Beginners, 2019 Edition. by Publishing GO
Author:Publishing, GO [Publishing, GO]
Language: eng
Format: epub
Published: 2019-08-07T16:00:00+00:00
Flow Diagram
Example
package main
import "fmt"
func main () {
/* local variable definition */
var a int = 10
/* do loop execution */
for a < 20 {
if a == 15 {
/* skip the iteration */
a = a + 1 ;
continue ;
}
fmt . Printf ( "value of a: %d\n" , a );
a ++;
}
}
When the above code is compiled and executed, it produces the following result −
value of a: 10
value of a: 11
value of a: 12
value of a: 13
value of a: 14
value of a: 16
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
International Integration of the Brazilian Economy by Elias C. Grivoyannis(70386)
The Radium Girls by Kate Moore(11564)
Turbulence by E. J. Noyes(7660)
Nudge - Improving Decisions about Health, Wealth, and Happiness by Thaler Sunstein(7191)
The Black Swan by Nassim Nicholas Taleb(6721)
Rich Dad Poor Dad by Robert T. Kiyosaki(6110)
Pioneering Portfolio Management by David F. Swensen(6036)
Man-made Catastrophes and Risk Information Concealment by Dmitry Chernov & Didier Sornette(5593)
Zero to One by Peter Thiel(5444)
Secrecy World by Jake Bernstein(4342)
Millionaire: The Philanderer, Gambler, and Duelist Who Invented Modern Finance by Janet Gleeson(4047)
The Age of Surveillance Capitalism by Shoshana Zuboff(3955)
Skin in the Game by Nassim Nicholas Taleb(3941)
The Money Culture by Michael Lewis(3792)
Bullshit Jobs by David Graeber(3789)
Skin in the Game: Hidden Asymmetries in Daily Life by Nassim Nicholas Taleb(3695)
The Dhandho Investor by Mohnish Pabrai(3534)
The Wisdom of Finance by Mihir Desai(3495)
Blockchain Basics by Daniel Drescher(3294)
