Ask a New Question
Search
Write an algorithm and flow chat to print the first ten even numbers
1 answer
Assuming that 0 is the 1st even number,
n=0
for i=1..10
print n
n += 2
next i
Ask a New Question
or
answer this question
.
Similar Questions
Write an algorithm to print the number of months (use 30 days for a month)
and remaining days given the number of days, use a
3 answers
1. Write a structured algorithm that prompts the user to input two numbers. The algorithm should calculate and print the sum &
6 answers
Fifty students of a class appear in the examination. Write a Pseudocode and Algorithm? Also draw a FLOW CHART for the algorithm
2 answers
Write pseudocode and algorithm, flow chart to enter name city country age and print them.
1 answer
more similar questions