Skip to content

Instantly share code, notes, and snippets.

View joy08-le's full-sized avatar

joy08-le

  • Joined Oct 2, 2025
View GitHub Profile
#include <iostream>
using namespace std;
int main() {
int score = 70;
if (score >=60){
if (score >=80){
cout<<"Fabulous!!!";
}else{
cout<<"Fair";