Computers and Technology

ARREGLAR ESTE CODIGO PARA QUE FUNCIONE CORRECTAMENTE EN BORLAND C++ (se busca sacar el promedio de 4 calificaciones)

FIX THIS CODE TO MAKE IT WORK CORRECTLY IN BORLAND C++
(its supossed to give the averageof 4 ratings)

#include
#include
#include
main()
{
int cal1,cal2,cal3,cal4,sum, prom;
cout<<”Ingrese la primer calificacion”< >cal1;
cout<<”Ingrese la segunda calificacion”< >cal2;
cout<<”Ingrese la tercera calificacion”< >calif3;
cout<<”Ingrese la cuarta calificacion”endl< sum=cal1+cal2+cal3+cal4;
cout<<”La suma de : ”< prom=sum/4;
cout<<”El promedio de:”< getch();
}

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 22:30, reinasuarez964
One of your customers wants you to build a personal server that he can use in his home. one of his concerns is making sure he has at least one backup of their data stored on the server in the event that a disk fails. you have decided to back up his data using raid. since this server is for personal use only, the customer wants to keep costs down. therefore, he would like to keep the number of drives to a minimum. which of the following raid systems would best meet the customer's specifications? a. raid 0 b. raid 1 c. raid 5 d. raid 10
Answers: 3
image
Computers and Technology, 23.06.2019 11:30, leapfroggiez
Auser is given read permission to a file stored on an ntfs-formatted volume. the file is then copied to a folder on the same ntfs-formatted volume where the user has been given full control permission for that folder. when the user logs on to the computer holding the file and accesses its new location via a drive letter, what is the user's effective permission to the file? a. read b. full control c. no access d. modify e. none of the above
Answers: 1
image
Computers and Technology, 24.06.2019 16:30, magalya01
Which program can damage your computer?
Answers: 1
image
Computers and Technology, 24.06.2019 19:30, sipstick971
Dtp allows you to manipulate text boxes in the following ways. more than 1 answer. a. move them b. rotate them c. resize them d. all of the above e. none of the above
Answers: 1
Do you know the correct answer?
ARREGLAR ESTE CODIGO PARA QUE FUNCIONE CORRECTAMENTE EN BORLAND C++ (se busca sacar el promedio de...

Questions in other subjects: