Fill in the blanks to display Welcome to the screen when age is greater than 16. int age = 24; I (age 16) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Fill in the blanks to display Welcome to the screen when age is greater than 16. int age = 24; I (age 16)

21st Sep 2016, 12:06 PM
Digambar Gawali
2 Answers
+ 1
if (age > 16) { Console.WriteLine("Welcome"); }
25th Sep 2016, 5:54 PM
Sebastian
Sebastian - avatar
0
ansewr pleas
18th Sep 2020, 2:53 AM
christian mark abantao
christian mark abantao - avatar