Submitted date:- Wed, June 2
Problem1: write down algorithm to calculate even numbers between 0 and 99 using pseudocode and flowchart.
Problem2: Design an algorithm which gets a natural value, n,as its input and calculates odd numbers equal or less than n using pseudocode and flowchart.
Problem3: Design an algorithm which generates even numbers between 1000 and 2000 and then prints them in the standard output. It should also print total sum.
Problem4: Design an algorithm with a natural number, n, as its input which calculates the following formula and writes the result in the standard output:Â
S = ½ + ¼ + … +1/n.
Problem 5: Find the area of a Circle of radius r using pseudocode and flowchart.
Problem 6: Flowchart for the problem of printing odd numbers less than a given number. It should also calculate their sum and count.
Problem7: Flowchart for the calculate the average from 25 exam scores.
The answer to your question is provided in the image:
Comments
Leave a comment