بليييييييييييز ابي مساعده في البرمجه
مرحبا كيفكم انا طالبه في IT
وعندي سؤال عجزت احله في البرمجه ممكن تساعدوني
وهذا هووو
Write a complete C++ program to do the following:
1- define F , N , M , A as integer numbers.
2- defin W as double number;
3- enter values of N , M from keyboard
4- Find F and A from F= M-2 and A= A-1+M ;
5- calculate the following Equation
W= (F+(N-1)*A)/M
6-Display the information as the following:
A=
M=
N=
These are equations:
F=
W=
A , M , F , N are fact values
W is Virtual value
|