Please give me a turbo c code on how to calculate grades with percentage.
rukia020 0 Newbie Poster
Recommended Answers
Jump to PostThis is not a "do my homework for me" forum.
Either show your effort to solve this assignment, or resign yourself to disappointment.
Jump to PostEmbed your program between code tags..
Jump to PostIn the future, ALWAYS use the code tags (icons are in the editing window of the forum). Just paste your code between the supplied [CODE ] [/CODE ] tags. (You get a pair of code tags by clicking on the [CODE ] icon.)
This is your program, formatted, and using …
Jump to PostYou try to enter float type data, into integer variables -- that won't work.
Change your data type to float or double, for everything that handles anything with a decimal point, and your computations should improve a lot. ;)
A big hint for troubleshooting programs like this:
…
All 13 Replies
Adak 419 Nearly a Posting Virtuoso
Shankye 36 Junior Poster
rukia020 0 Newbie Poster
vinitmittal2008 37 Junior Poster
rukia020 0 Newbie Poster
Adak 419 Nearly a Posting Virtuoso
rukia020 0 Newbie Poster
Shankye 36 Junior Poster
rukia020 0 Newbie Poster
Adak 419 Nearly a Posting Virtuoso
Shankye 36 Junior Poster
rukia020 0 Newbie Poster
Shankye 36 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.