Menu Close

Tag: Interpreter

Highest factor in addition

8=2+2+2+2= multiplying gives = 16highest factor in addition. 4= 2+2 = multiply = 4 9 = 3+3+3 = multiply = 27its greater common factor Input_1:Enter…

Identify pH level

pH stands for “power of Hydrogen(H)”A simple program.Write a Python Program to identify pH Level Name using the following condition.Ph <7.0 acidic Ph>7.0 basicPh=0 neutralA…

Find the Perfect Number

In number theory, a perfect number is a positive integer that is equal to the sum of its positive divisors, excluding the number itself. For…

Leap year

Most years have 365 days. However, the time required for the Earth to orbit the Sun is actually slightly more than that. As a result,…

Greatest of three numbers

Input: Get three integers of positive as well as negative.Output: Prints the greatest integer.This program can also be used for N number of inputs Input: …

Determine the encryption key

Write an algorithm to determine the encryption key.The input consists of an integer – numMessage, representing the numeric form of the message.The Output prints an…