- 2

What is a block of Code?

28th Jan 2020, 11:17 PM
Solestebano
3 Respostas
+ 3
Line of code: System.out.println("Hello"); Block of code (example): if(1+1==2) { System.out.println("You"); System.out.println(" Genius!"); }
28th Jan 2020, 11:22 PM
HonFu
HonFu - avatar
+ 2
Adding to what HonFu said , Lines of code which are executed to complete one specific task.
29th Jan 2020, 10:32 AM
Arsenic
Arsenic - avatar
+ 2
Block of codes MEANS code inside of the curlybraces { //your codes goes here }
30th Jan 2020, 5:09 PM
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~ - avatar