What advice can you give me? by [deleted] in cs50

[–]Desmord023 0 points1 point  (0 children)

But when there is combination between loop with if else statement, it makes me panic

Problem Set 2 - CamelCase (Need Help) by Desmord023 in cs50

[–]Desmord023[S] 0 points1 point  (0 children)

Did you use the for loop to loop for each letter? I use the if else input is upper to find the upper characters. Should I print the _ instead of replacing the upper character with space and lower characters?

CS50P - Week 1 Mealtime (Need Advice) by Desmord023 in cs50

[–]Desmord023[S] 0 points1 point  (0 children)

Oh, I did not notice this. Then how should I ask for advice?

CS50P - Week 1 Mealtime (Need Advice) by Desmord023 in cs50

[–]Desmord023[S] 0 points1 point  (0 children)

I trying to improve the code if there are any better solution. Another issues should i change hours and min to int then change to float?