this post was submitted on 23 Dec 2024
17 points (81.5% liked)

Asklemmy

44157 readers
1608 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

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 are viewing a single comment's thread
view the rest of the comments
[โ€“] Anissem@lemmy.ml 12 points 3 days ago (3 children)

#include 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;

}

[โ€“] ComradeMiao@lemmy.dbzer0.com 7 points 3 days ago (1 children)

You spent too much time in this comment lol

[โ€“] Anissem@lemmy.ml 4 points 3 days ago (1 children)

Sadly only took a second for chatGPT to produce this

load more comments (1 replies)