Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

#include<iostream.h> #include<conio.

h> main() { int a; cout<<"dame el angulo "; cin>>a; getch(); return 0; }

You might also like