P5
P5
namespace ConsoleApp5
{
class Program
{
static void Main(string[] args)
{
int totMarks;
Console.WriteLine("Enter the total amount of marks you got");
totMarks = int.Parse(Console.ReadLine());
if (totMarks >= 0 && totMarks <= 100)
{