zǝɥɔsdɹoʇ
zǝɥɔsdɹoʇ
CC#
Created by zǝɥɔsdɹoʇ on 2/24/2024 in #help
✅ not sure why my if else code isnt displaying what it should be
but thanks
5 replies
CC#
Created by zǝɥɔsdɹoʇ on 2/24/2024 in #help
✅ not sure why my if else code isnt displaying what it should be
i already fixed it myself
5 replies
CC#
Created by zǝɥɔsdɹoʇ on 2/24/2024 in #help
✅ not sure why my if else code isnt displaying what it should be
5 replies
CC#
Created by zǝɥɔsdɹoʇ on 2/21/2024 in #help
cant figure out how to calculate averages
Thank you so much
53 replies
CC#
Created by zǝɥɔsdɹoʇ on 2/21/2024 in #help
cant figure out how to calculate averages
im just lost rn
53 replies
CC#
Created by zǝɥɔsdɹoʇ on 2/21/2024 in #help
cant figure out how to calculate averages
No description
53 replies
CC#
Created by zǝɥɔsdɹoʇ on 2/21/2024 in #help
cant figure out how to calculate averages
No description
53 replies
CC#
Created by zǝɥɔsdɹoʇ on 2/21/2024 in #help
cant figure out how to calculate averages
to cancel out the -999 because to stop the loop i use -999
53 replies
CC#
Created by zǝɥɔsdɹoʇ on 2/21/2024 in #help
cant figure out how to calculate averages
public static double grade(double testtotal2, int count) { double total = (testtotal2 + 999) / count; Console.WriteLine("The average of the grades is {0:f1}", total); return total; }
53 replies
CC#
Created by zǝɥɔsdɹoʇ on 2/21/2024 in #help
cant figure out how to calculate averages
No description
53 replies
CC#
Created by zǝɥɔsdɹoʇ on 2/21/2024 in #help
cant figure out how to calculate averages
No description
53 replies
CC#
Created by zǝɥɔsdɹoʇ on 2/21/2024 in #help
cant figure out how to calculate averages
alright ill try to impement it
53 replies
CC#
Created by zǝɥɔsdɹoʇ on 2/21/2024 in #help
cant figure out how to calculate averages
so how would i fix it?
53 replies
CC#
Created by zǝɥɔsdɹoʇ on 2/21/2024 in #help
cant figure out how to calculate averages
so like this? Intro(); double test1 = score1("Please enter the score of the first test"); int count = 0; while (test1 > -999) { test1 = score1("Please enter the score of your test"); count++; } double total = grade(test1); letter(total); Ending();
53 replies
CC#
Created by zǝɥɔsdɹoʇ on 2/21/2024 in #help
cant figure out how to calculate averages
I dont know how i would do that
53 replies
CC#
Created by zǝɥɔsdɹoʇ on 2/21/2024 in #help
cant figure out how to calculate averages
its more about me not knowing what to do because currently it will just display -198 This is a F because it doesnt calculate any numbers entered prior to the -999
53 replies
CC#
Created by zǝɥɔsdɹoʇ on 2/21/2024 in #help
cant figure out how to calculate averages
I am trying to make a console application that allows the user to enter in multiple test scores and if -999 is entered it will show show the average of the scores
53 replies