Am studying basic c++ programming, have been given the
following assignment. Design a linear program to calculate
the maximum stress a material can withstand given a force
and a diameter of a circle. To find the required area pi
should be defined.
Have most of the program sorted out but am at a loss as to
how to show the calculations required. Can anyone help?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is a catch statement?

0 Answers  


What do you mean by persistent and non persistent objects?

1 Answers  


What are static member functions?

0 Answers  


What is the full form of dos?

0 Answers  


What is rtti in c++?

0 Answers  


What is runtime polymorphism in c++?

0 Answers  


What is const pointer and const reference?

0 Answers  


Why do we use the using declaration?

0 Answers  


WHAT IS THE ABREVATION OF FORTRAN?

4 Answers  


Can I create my own functions in c++?

0 Answers  


Why are arrays usually processed with for loop?

0 Answers  


Can a list of string be stored within a two dimensional array?

0 Answers  


Categories