HomeUser RAJIB KUMAR SAHOO Change your cover photo Upload Change your cover photoUpload Change your cover photo RAJIB KUMAR SAHOO This user account status is Approved About About Posts Posts Comments Comments Home Work # Write an algorithm to display all the Odd Nos. up to 20 # Write an algorithm to… On Programming and Problem Solving through C Language # Write an algorithm to display all the numbers from 1 to 10 1) START 2) N=1 3) Print N… On Programming and Problem Solving through C Language # Write an Algorithm to find the sum 20 to 50 On Programming and Problem Solving through C Language # Write an Algorithm to find the sum 1 to 10 1) Start 2) c=1,s=0 3) s=s+c 4) c=c+1 5)… On Programming and Problem Solving through C Language # Write an Algorithm to test whether 3 sides can from a Triangle or not. 1) START 2) Input a,b,c… On Programming and Problem Solving through C Language # Write an algorithm to prove Pythagoras theorem. 1) Start 2) Input a,b,c 3) if ((a*a)=(b*b)+(c*c)) then (6) else (4)… On Programming and Problem Solving through C Language # Write an algorithm to test a No. is +ve or –ve. 1) Start 2) Input a 3) if(a>0)then (4)… On Programming and Problem Solving through C Language # Write an algorithm find greater among two Nos. 1) START 2) Input a,b 3) if(a>b) then (4) else (5)… On Programming and Problem Solving through C Language #Write an algorithm to add any 2 Nos. 1) Start 2) Input No1, No2 3) Sum=a+b 4) Display Sum 5)… On Programming and Problem Solving through C Language Thank You On Ganesh Puja Notice – 2021