Box Dimensions #include <iostream> #include <iomanip> using namespace std; int main() { float A, G, V, Q; c...
could somebody help me and give me a few tips?Problem: Write a c++ program to calcualte the surface area, volume, or "girth + depth" of a box: ...
Could somebody help me?Problem: Write a c++ program to calcualte the surface area, volume, or "girth + depth" of a box: ...
what is wrong with my coding?16 G:\Untitled2.cpp invalid operands of types `float' and `int' to binary `operator%' 20 G:\Untitle...
what is wrong with my coding?#include <iostream> using namespace std; int main () { float amount; cin >> amount; ...
This user does not accept Private Messages