Cognizant Python1 Min Read LetuscrackonJune 6, 2024 Function add – Two or more Integers Function add – Two or more Integers: The program must accept five integers a, b, c, d and e as the…
C Kickstart1 Min Read LetuscrackonJune 6, 2024 Compare Two integers with Logical NOT and AND Operators (Boolean ) Accept two integers X and Y as the input. The program must print 1 if X and Y are not equal and also Xis greater…
C Kickstart1 Min Read LetuscrackonJune 6, 2024 Check If Two Integers are Equal (Using if-else) The program must accept two integers X and Y as the input. The program must print Equal if X and Y are equal.…
Python1 Min Read LetuscrackonJune 6, 2024 Toggle Format – List of Integers Toggle Format – List of Integers: The program must accept a list of integers as the input. The program must print the output based on…