top of page
Rahul Kumar
1 min read
Number Pattern 1
Print the following pattern Pattern for N = 4 1 23 345 4567 Input Format : N (Total no. of rows) Output Format : Pattern in N lines...
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
Rahul Kumar
1 min read
Average Marks
Write a program to input a name(as a single character) and marks of three tests as m1, m2, and m3 of a student considering all the three mar
bottom of page