Nieuws

Write a C program to print all natural numbers from 1 to n. – using while loop Write a C program to print all natural numbers in reverse (from n to 1). – using while loop Write a C program to print ...