Skip to content

Instantly share code, notes, and snippets.

View Feybiancalixto's full-sized avatar

Feybiancalixto

View GitHub Profile
#include <iostream>
using namespace std;
void esc(float A1, float B2, float C3, float D4, float E5,float G6, float prom){
if(A1<70){
cout<<"tu promedio de Calculo es:"<<A1<<endl;
cout<<"tienes que estudiar mas esta materia"<<endl;
}
if(B2<70){
#include<iostream>
using namespace std;
int main()
{
cout<<"hola";
}