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…
C Java Kickstart Python1 Min Read LetuscrackonJune 5, 2024 Pass or Fail The program must accept a mark and print if it is pass or fail. The pass mark is 40. Example Input/Output 1:Input:40 Output:pass Example…