Code

Code – Find the Smaller Number

Problem Statement  Finding the smaller number from the given hint Scope of work – Build a program to find the smaller number from the given problem Challenges –    “str” and “int” files should be in a …

Continue reading

Code – Find the number using hints

Problem Statement -Find the number Scope of work – Build a program to find the number using hints Challenges -Use “if” Conditions -Use ‘for’ loop Execution Strategy •Math functions are used to do the …

Continue reading

Code – Find the Number

Problem Statement -Problems On Number –Scope of work – Build a program to find the number between the given        two number Challenges –    Convert the ‘str’ input  to ‘int’ Execution Strategy  – …

Continue reading

Code – Average

Problem Statement -Sum of first n natural numbers Scope of work – Build a program to find the sum of the average of entered natural numbers Challenges –    Nil Execution Strategy  – Before writing the …

Continue reading

Code – Number Guessing Game in Python 3

Problem Statement -Guess number in python 3 Scope of work -Build a program for a number guessing game in python 3 Challenges -Calculation of minimum number of guesses depends upon the range Execution …

Continue reading

Code – Average of first ‘n’ Natural numbers

Problem Statement -Find the first ‘n’ natural numbers Scope of work -Build a program to find the first ‘n’ natural numbers Challenges -Using mathematical operations finding the average of the given …

Continue reading

Code – Check first & last number of list is the same

Problem Statement -Checking if the first and last number of a list is the same. Scope of work -Build a program to find the first & last number on the list is the same or not Challenges -Used the …

Continue reading

Code – Find prime numbers between a given range

Problem Statement -Calculating the prime factors for the given range –Scope of work – Build a program to find prime number b/w given range Challenges –    Nil Execution Strategy -Using the …

Continue reading

Code – To find cube roots

Problem Statement -Calculating the cube root for the given number Scope of work – Build a program to find cube roots Challenges –    Nil Execution Strategy -Using the mathematical operations program …

Continue reading

Code – To Find Productivity

Problem Statement -Calculating the productivity for the following operations Scope of work – Build a program to find productivity Challenges –    Nil Execution Strategy -Using the mathematical …

Continue reading