Add Two Numbers
Calculate and print the sum of two given integers.
Choose your challenge. Start easy and work your way up.
Calculate and print the sum of two given integers.
Read an integer and print the next consecutive integer (N+1)
Determine if a given integer is a prime number by fixing the provided implementation.
Check if two given numbers are equal and print 'yes' or 'no' accordingly.
Write a program that accepts two numbers and prints the largest number.
Calculate and print the remainder when a given integer is divided by 5
Accept three integers and print their sum.
Read three integers from input and output their product
Extract and print the rightmost digit (units place) of a given integer
Given two integers N and X, compute the sum of the last X digits of the integer N.
Given a string with words separated by spaces, print words whose first letter matches the last letter of the previous word.
Determine if a given character represents male ('m') or female ('f') and print the corresponding gender.