import java.util.Scanner;
import static java.lang.Syatem.out;
class Student
{
public static void main (String ar[])
{
Scanner sc = new Scanner (System.in);
System.out.println("Enter % of Student : ");
int G = sc.nextInt();
{
if(90=<G) && (G=<100)
System.out.println("Grsde is A+");
else
{
if(80=<G) && (G=<99)
System.out.println("Grsde is A");
else
{
if(70=<G) && (G=<89)
System.out.println("Grsde is B+");
else
{
if(60=<G) && (G=<79)
System.out.println("Grsde is B");
else
{
if(50=<G) && (G=<69)
System.out.println("Grsde is C+");
else
{
if(40=<G) && (G=<59)
System.out.println("Grsde is C");
else
{
if(34=<G) && (G=<39)
System.out.println("Grsde is D+");
else
{
if(G=33)
System.out.println("Grsde is D");
else
{
if(G<32)
System.out.println("Grsde is Fail");
else
System.out.println("Invalid Entry");
}
}
}
}
}
}
}
}
}
}
}
write a c program to display marks,total,average,grade using union
You can show multiple inheritance by inheriting student details like name ,Admission number ,Parents name, address and other information from a school class and then also inherit his marks detail from the his Class's class like Grade 3rd . You will get his marks information from there. Then go forward and make functions to calculate the average marks and display the details.
CGPA = cumulative grade point averageThe CGPA is the average of grade points obtaind in all subjects excluding additional subjects as per Scheme of studies. An indicative equivalence of Grade point and percentage of marks can be computed asSubject wise indicative percentage of marks =9.5 X GP of the subjectsOverall indicative percentage of marks =9.5 X CGPA
You calculate overall percentage of engineering marks by taking the number of engineering marks and dividing it by the percentage. When you do that, you will get your average percentage of engineering marks.
Surround the name of the program in quotation marks, such as: "C:\Program Files (x86)\Programmer's Notepad\pn.exe".
write a c program to display marks,total,average,grade using union
To create a PHP program that prints a marksheet, you can start by defining an associative array to store subjects and their corresponding marks. Use a loop to iterate through the array and calculate total marks and percentage. Finally, format the output using HTML for better presentation, and utilize the echo statement to display the marksheet. Here’s a simple example: <?php $marks = ["Math" => 85, "Science" => 78, "English" => 92]; $total = array_sum($marks); $percentage = ($total / (count($marks) * 100)) * 100; echo "<h1>Marksheet</h1>"; foreach ($marks as $subject => $mark) { echo "$subject: $mark<br>"; } echo "Total: $total<br>"; echo "Percentage: $percentage%"; ?>
You can show multiple inheritance by inheriting student details like name ,Admission number ,Parents name, address and other information from a school class and then also inherit his marks detail from the his Class's class like Grade 3rd . You will get his marks information from there. Then go forward and make functions to calculate the average marks and display the details.
CGPA = cumulative grade point averageThe CGPA is the average of grade points obtaind in all subjects excluding additional subjects as per Scheme of studies. An indicative equivalence of Grade point and percentage of marks can be computed asSubject wise indicative percentage of marks =9.5 X GP of the subjectsOverall indicative percentage of marks =9.5 X CGPA
To find the percentage in SSLC (Secondary School Leaving Certificate) for a student who has achieved 9 A grades and 1 A+ grade, first, total the grade points assigned to each grade. Typically, an A+ is valued higher than an A, so ensure to check the specific grading system used by the board. Then, calculate the total marks obtained and divide by the total possible marks, multiplying by 100 to get the percentage. For example, if grades are on a 10-point scale, the calculation would be (9 A grades × 9 + 1 A+ grade × 10) / total possible marks × 100.
You calculate overall percentage of engineering marks by taking the number of engineering marks and dividing it by the percentage. When you do that, you will get your average percentage of engineering marks.
Suppose a test is worth X marks and you get Y marks. Then your percentage marks are100*(Y/X).
WikiAnswers is not for homework questions. Especially not badly-worded ones.
Score is to grade by reviewing something and correcting it to find the errors in it. This is usually followed by a percentage or marks that signify what the score is.
It is: (marks gained)/(total possible marks) times 100 to find the percentage
88.2353%.
Well, isn't that a happy little question! To find the percentage, you simply divide the marks obtained (525) by the total marks (600) and then multiply by 100. So, 525 out of 600 is 87.5% - a beautiful grade to be proud of!