News

The purpose of this exercise is to train you to work with loop statements. Estimated workload of this exercise is 30 min. For a positive integer n, calculate the result value, which is equal to the ...
Print number from 280 to 250 with the help of for loop. Print char from ‘A’ to ‘Z’ with the help of a for loop. Print char from ‘Z’ to ‘A’ with the help of a for loop. There is an Arithmetic ...