Monday
May 20, 2013

Homework Help: Computer programming

Posted by Micael on Tuesday, May 22, 2012 at 7:55pm.

Set k=1
While k<=5
Display k + 1
End While

In the above what gets displayed

Set k=1
While k<=5
k = k + 2
End While

In the above how many times is the loop executed

For x = 0 To 5
Display x
End For

How many times will the above loop get executed…what will it print

Answer this Question

First Name:
School Subject:
Answer:

Related Questions

Programming - Design a program in pseudocode that calculates the amount of money...
Programming - Design a program in pseudocode that calculates the amount of money...
Computer Programming - I was wondering if someone could review my pseudocode to ...
programmning code - Is this code right? Declare Integer days, counter = 1 ...
programming logic and design - what is the output by each psuedocode segments ? ...
programming logic and design - whats is the output for each psuedocode sedment? ...
Computer Science - MATLAB - In a problem I had to create a animation of the ...
Computer Science - Cell formulas are usually displayed in the cell, while the ...
C++ - 1. while(c &lt;= 5) { product *= c; c++; 2. while ( z &gt; 0 ) sum...
Programming - Write a program (pseudocode) that would calculate and display the ...

For Further Reading

Search
Members
Community