Anwer-question-1-3
Anwer-question-1-3
-----------------------------------------------------------
import java.util.Scanner;
class StudentCGPA {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
totalCredits += credit;
totalWeightedGrade += credit * gradePoint;
}