using this C programing code I have trouble getting an output
using this C programing code I have trouble getting an output (which should be the solution of price with tax)… Why am I not getting an output wtih my code? ///C code //this program will calculate the set price of an object. //developer: UMUCstudent //date: 25 June, 2017 #include <stdio.h> int main() { /*variable definition: […]