top of page
Rahul Kumar
1 min read
Fahrenheit to Celsius Table
Given three values - Start Fahrenheit Value (S), End Fahrenheit value (E) and Step Size (W), you need to convert all Fahrenheit values from
Rahul Kumar
1 min read
Sum of Even Numbers till N
Given a number N, print sum of all even numbers from 1 to N.
Rahul Kumar
1 min read
Find Character Case
Write a program that takes a character as input and prints either 1, 0 or -1 according to the following rules.
1, if the character is an up
bottom of page