Computer Science, asked by vidhijain5229, 1 year ago

Write a psedocode to display natural numbers from 1 to 10

Answers

Answered by prostudyadvik
0

Answer:

1.

Main()

Begin

Print: “Hello World”;

End

2.

/*

name is a variable used to store the name entered by user

*/

Main()

Begin

Read: name;

Print: “Hi ”, name;

End

Explanation:

Similar questions