Trouble with Mini Calendar Project
Hello there, I’m having a bit of an issue with my code. It runs smoothly, but for some reason adds an extra 2 days more than necessary. I tried calculating 8th of April and instead of the 3rd of June...
View ArticleQuestion regarding the Race Car project
Hey guys, I have an up and running programme, so that’s all right. I was just wondering, at task 2, in the hint it says we can declare our string member variables with char*, but I couldn’t figure out...
View ArticleMini Calendar not producing any output
Hello! I am on the “Mini Calendar” challenge in the C skill path. It seems all fine, I get the code running, there are no compile errors. But when I enter the date and days to add, nothing appears....
View ArticleSwitch goes straight to default
Hi there! Hoping someone can take a glance at this and let me know why my second switch statement goes directly to the default instead of catching the suffix that correlates to the date. #include...
View ArticleBody Mass Index(BMI) Calculator: Why is my program not working as expected?
Hello! I’ve been trying to program a Body Mass Index(BMI) calculator. In case you don’t know what BMI is, its basically the weight of a person in kilograms divided by height in meters squared. When I...
View Article