Articuno9508 Articuno9508
  • 13-03-2018
  • Computers and Technology
contestada

"write code that prints: countnum ... 2 1 your code should contain a for loop. print a newline after each number. ex: countnum

Respuesta :

pbzepplin
pbzepplin pbzepplin
  • 24-03-2018
public procedure countdown (countnum: integer)
begin
     while countnum > -1 do begin
           System.out.printline(countnum);
           countnum := countnum - 1;  
     end;

end



Answer Link

Otras preguntas

determine by substitution if -2 is the root of 5x=10
3/8(n+10)=6 what does n=
Which is the subordinate clause in the sentence? Some flowers fell when the forest burned and became preserved under layers of ash. A. and became preserved B. w
what part of colonial culture does the Gullah dialect reflect
what was one advantage that corporations of the late 1800's had over individually owned businesses is that corporations?
How do different forces act on a system
Under the leadership of Lucretia Mott and Elizabeth Cady Stanton, the high point of the Seneca Falls convention was the drafting of the Declaration of?
Casey took 25 tests in 135 days. At this rate, in how many days will she take another ten tests?
Is the product of 2/5 and 5 greater than or less than 2/5 is it greater than or less than 5
the ratio of blue marbles to white marbles in a bag is 4 to 5 . at this rate, how many blue marbles are there if there are 15 white marbles