So currently studying CS engineering I have got DSA tomorrow haven’t read shit. I have 12 programs that I haven’t even studied 4 programs. Just any tips to pass this exam
You must log in or register to comment.
#include <iostream> using namespace std;
int main() { char procrastinated;
cout << "Did you procrastinate? (y/n): "; cin >> procrastinated; if (procrastinated == 'y' || procrastinated == 'Y') { cout << "You procrastinated! Remember, study earlier next time to avoid the stress!" << endl; } else { cout << "Good job staying on track! Keep it up!" << endl; } return 0;
}
You spent too much time in this comment lol
Sadly only took a second for chatGPT to produce this
deleted by creator