Reinhardt
Reinhardt
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
don't want to be annoying but @Jimmacle almost there if you're still free
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
okay, it just goes back and forth on item number and quantity
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
restarted computer, going to run again
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
i closed visual studio and reoppened and got the same error
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
if it works, i dont care if it works for me XD
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
the program functions as intended though, you get a total price and everything printing out?
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
my thing says 'Ready' and when i hover over it it says 'No background tasks running'
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
it doesnt seem to be running on my end?
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
does it work though? might just be my computer
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
No description
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
i dont have any errors but it fails to build
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
okay
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
'the name itemCost does not exist in the current context
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
nope
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
so i can just do
if (intNum == 1)
{
itemCost = 5.99;
}
if (intNum == 1)
{
itemCost = 5.99;
}
and so on? inside of
if (itemQuantity != -1)
{
// calculate sales amount based upon the entered item number
// add to totalSales

}
if (itemQuantity != -1)
{
// calculate sales amount based upon the entered item number
// add to totalSales

}
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
?
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
and would i do it the way i had it before and just invoke CalculateItemSale
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
so then am i putting the individual prices for the numbers in
if (itemQuantity != -1)
{
// calculate sales amount based upon the entered item number
// add to totalSales

}
if (itemQuantity != -1)
{
// calculate sales amount based upon the entered item number
// add to totalSales

}
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
okay
237 replies
CC#
Created by Reinhardt on 10/2/2023 in #help
❔ Need Help finishing up an assignment, getting some errors as well
er, no
237 replies