Question 1 4 Solve the following series by using "While Loop": y= 3/45 + 3 / 56 + 3/67 +........ 3 / nn+1 Question 2 T
Posted: Sat Nov 27, 2021 2:24 pm
Question 1 4 Solve the following series by using "While Loop": y= 3/45 + 3 / 56 + 3/67 +........ 3 / nn+1
Question 2 Take an input from the user, if the input is between 1-10, print all Odd numbers from 1 - 50 by using "For loop”. Otherwise print "try again”.
Question 2 Take an input from the user, if the input is between 1-10, print all Odd numbers from 1 - 50 by using "For loop”. Otherwise print "try again”.