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...
![](https://static.wixstatic.com/media/eb1bdd_98db47cced2844f798e323ac74d43c5f~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/eb1bdd_98db47cced2844f798e323ac74d43c5f~mv2.webp)
![Fahrenheit to Celsius Table](https://static.wixstatic.com/media/eb1bdd_98db47cced2844f798e323ac74d43c5f~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_auto/eb1bdd_98db47cced2844f798e323ac74d43c5f~mv2.webp)
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
![](https://static.wixstatic.com/media/eb1bdd_d01c1a0d8007442fbf24ff1f630a6023~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/eb1bdd_d01c1a0d8007442fbf24ff1f630a6023~mv2.webp)
![Sum of Even Numbers till N](https://static.wixstatic.com/media/eb1bdd_d01c1a0d8007442fbf24ff1f630a6023~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_auto/eb1bdd_d01c1a0d8007442fbf24ff1f630a6023~mv2.webp)
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.
![](https://static.wixstatic.com/media/eb1bdd_81996048304f4604ad89aee1a93d3fd7~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/eb1bdd_81996048304f4604ad89aee1a93d3fd7~mv2.webp)
![Find Character Case](https://static.wixstatic.com/media/eb1bdd_81996048304f4604ad89aee1a93d3fd7~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_auto/eb1bdd_81996048304f4604ad89aee1a93d3fd7~mv2.webp)
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
![](https://static.wixstatic.com/media/eb1bdd_a57ec781ede04d86bd279a6ba26b5e4c~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/eb1bdd_a57ec781ede04d86bd279a6ba26b5e4c~mv2.webp)
![Average Marks](https://static.wixstatic.com/media/eb1bdd_a57ec781ede04d86bd279a6ba26b5e4c~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_auto/eb1bdd_a57ec781ede04d86bd279a6ba26b5e4c~mv2.webp)
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