Math and Science

Math and Science

Tuesday 16 January 2024

Com Sci 11: Tues Jan 16 - Code examples

Today we looked at a couple of examples of your code. We're just counting down the days...


for(int i = 10; i >=0; i--)

{

     System.out.println(i + " days left!");