Skip to content
View Mr735-a's full-sized avatar

Block or report Mr735-a

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Mr735-a/README.md

#include<stdio.h>

int main(){ int mark; printf(" mark"); scanf("%d\n",mark);

  if (mark>30){
    printf("C Grade\n");
}
  else if (mark>30 && 70<=mark){
   printf("B Grade\n");
}
else if (mark>70 && 90<=mark){
    printf("A Grade\n");

} else if (mark>90 &&100 <=mark){ printf("A+ Grade\n"); } else { printf("not mark\n"); } return 0;

}

Popular repositories Loading

  1. Mr735-a Mr735-a Public

    Config files for my GitHub profile.

  2. HTML_Complete_Youtube HTML_Complete_Youtube Public

    Forked from Complete-Coding/HTML_Complete_Youtube

    This has all the code that is done as part of the Complete HTML series on Youtube by Prashant Sir

    HTML

  3. skills-copilot-codespaces-vscode skills-copilot-codespaces-vscode Public

    My clone repository