C Java Kickstart Python1 Min Read LetuscrackonJune 7, 2024 Absolute Difference Multiples The program must accept two integers N1 and N2 as the input. The program must print the first 10 multiples of their…
C Java Kickstart Python1 Min Read LetuscrackonJune 7, 2024 Multiple of 30 Plus 1 or 2 The program must accept an integer N as the input. The program must print YES if N is exactly one or two more than a…
C Java Kickstart Python1 Min Read LetuscrackonJune 7, 2024 Same or Different – Characters The program must accept three characters ch1, ch2 and ch3 as the input. The program must print Same if the…
C Java Kickstart Python1 Min Read LetuscrackonJune 7, 2024 Positive or Negative Based Multiples Accept an integer A as the input. If A is a positive integer then print the first five multiples of the unit digit of A as the…
C Java Kickstart Python1 Min Read LetuscrackonJune 7, 2024 Same Numerator or Denominator The program must accept two fractions as the input. Then the program must print yes as the output if the numerators of two fractions…
Java1 Min Read LetuscrackonJune 7, 2024 Multiple Interfaces – Department and College Multiple Interfaces – Department and College: The program must accept…
C Java1 Min Read LetuscrackonJune 7, 2024 C – Java – 019 C – Java – 019: Please convert the following C code to Java so that the Java program executes successfully passing the test cases.…
Java1 Min Read LetuscrackonJune 7, 2024 Compare Two Students Compare Two Students: The program must accept the name, age and registration number of two students as the input. The…
Java1 Min Read LetuscrackonJune 6, 2024 Define class Person Define class Person: The program must accept the details of a person(name & age) based on the query Q as the input.…
Java1 Min Read LetuscrackonJune 6, 2024 Define Class Student Define Class Student: The program must accept the name and the marks of N students as the input. Each student gets extra marks (0 to 10) based…