Java2 Min Read LetuscrackonJune 6, 2024 Define class Event Define class Event: The program must accept the title, the registration fee and the duration(in minutes) of N…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 N Integers From N The program must accept an integer N as the input. Then the program must print N integers from N as the output. Example Input/Output:Input:5…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Length of the String The program must accept a string S as the input. The program must print the length of S as the output. Boundary Condition(s):1 <=…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Sum of Two to Get Third Integer The program must accept three integers as the input. The program must print yes if any two of the three integers can be added to…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Middle Three Characters A string S of length 7 is passed as the input to the program. The program must print the middle three characters as the output. Example…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Odd Even Mixed Accept two integers A and B as the input. – If A and B are even then print “EVEN” as the…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Century or Half-Century The runs scored by a batsman is passed as the input. The program must print if he has scored a Century or Half-Century. Note: If the runs is…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Square – Format Print The program must print a number and print the square as per the format given in the Example Input/Output Section. Example Input/Output…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Print Last Four Digits The program must accept an integer N as the input. The program must print the last four digits in N as the output. Example…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Discount – 20% The program must accept the price of an item as the input. The program must print the price of the item after 20 percent discount with the…