If statements errorWorks fine for me except the warning for unused variable 'weight'. But I think there are a few issue...
Making a Video GameI don't have much experience with unity or JavaScript. I generally use c++ and SFML to create small ...
Some questionsSince you know the basics, you can check out http://www.codeabbey.com This is a great site to learn ...
Need suggestion on how to solve this problem. [quote] Should be [code]float converted_grade = (input - 60.f) / 10.0f;[/code] [/quote] Fixed it! t...
Need suggestion on how to solve this problem. [quote] [code]float converted_grade = input * (4.f / 100.f);[/code] Is wrong. [/quote] What is wron...