C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Print – 1 to 222 The program must print from 1 to 222, with the numbers separated by a space. Python Java C C++
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 1 to 100 – Hyphen Separated The program must print from 1 to 100 with the values separated by a hyphen. Python Java C C++
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 One to Five – Words The program must accept a number from 1 to 5 and print it as a word as given below.1 – One2 – Two3 – Three4 – Four5…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Hot Cold or Normal The program must print Hot if the given temperature value is more than 30, must print Cold if the given value is less than…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Ten Multiples The program must accept a number and print it’s first ten multiples. Example Input/Output 1:Input:3 Output:3 6 9 12 15 18 21 24 27 30…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Division – Two Values The program must accept two numbers and print the value (up to two decimal places) when they are divided. Example Input/Output…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Sum – Format Print The program must print the sum of two numbers as per the format given in the Example Input/Output Section. Example Input/Output 1:Input:5 20…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Average – Two Numbers The program must accept two numbers and print their average (up to two decimal places). Example Input/Output 1:Input:10 4 Output:7.00 Example…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Mobile Signal The program must accept a character representing the mobile signal .– If the character is E, print 2G–…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Two Subjects – pass or fail The pass mark in a subject is 40. The marks scored in two subjects by a student is passed as the input. If the student has passed in both the…