About 29,700 results
Open links in new tab
  1. Student's Result program in Java - Stack Overflow

    Feb 10, 2013 · I've got the feeling that all the five types are in the same file (because of the single import statement). The Java compiler requires each class to be in a separate file, might that be …

  2. Generate a marksheet with some conditions - Stack Overflow

    Jun 28, 2021 · I'm creating a mark-sheet for my PHP project where I have used JS to determine whether a student is 'pass' or 'fail'. It checks the sum of 'pass' marks and the obtained marks. …

  3. Java Program print student Grade - Stack Overflow

    Nov 24, 2017 · I wanna Write a program to print out the user's grade ("Excellent if grade is A, Very Good if grade is B, Good if grade is C, Fair if grade is D, Fail if grade is F"). using Switch …

  4. java - Displaying an individual student's mark - Stack Overflow

    Apr 10, 2014 · I have to make a program that gathers the total number of assignments and the students mark for each assignment. The program returns each student's mark for the …

  5. java - spring batch 3 ItemReader reading CSV file data only one …

    Oct 13, 2016 · Let us consider a CSV file have 6 lines of data and I will start the Spring Batch program to insert it into Database it works fine then process will stops. After this if I change the …

  6. class - Methods in java (grade calculator) - Stack Overflow

    Sep 1, 2014 · We've been learning about methods in java (using netbeans) in class and I'm still a bit confused about using methods. One homework question basically asks to design a grade …

  7. Need a JavaScript IF Statement for Grading System

    May 26, 2023 · I need someone to show me how to try add an IF statement after the user put's in their grade, the statement needs to display the alert right at the end if the mark is greater than …

  8. Simple Pass Fail Java program - Stack Overflow

    Apr 30, 2017 · I am trying to write a Java function based off of the following question: Write a program called CheckPassFail which prints "PASS" if the int variable "mark" is more than or …

  9. Java Two Dimensional Array Student Record Input

    I'm studying Java and I've been working on this exercise for 2 days now. I've foraged the internet for answers but I can't seem to find the best one to solve my problem which are: 1. How to …

  10. I need a query for displaying marksheet here is my Table

    May 5, 2017 · These are my tables CREATE TABLE student( student_id NUMBER(4) PRIMARY KEY, name Varchar2(18) ); CREATE TABLE subject( subject_id NUMBER(4) PRIMARY KEY, …