#include using namespace std; int main() { float a=4.25; float b=3; float w; w=(a*pow(b,3))/(2*sqrt(2)); cout<<"W:"<