Advertisement
bertao

Ex 09 PRO DIA 21/08

Aug 15th, 2019
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include<stdio.h>
  2.  
  3. int main(){
  4. float lado, area;
  5. printf("lado:");
  6. scanf("%f",&lado);
  7.  
  8. area=lado* lado;
  9. printf("area: %.2f",area);
  10.  
  11.  
  12.  
  13. return 0 ;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement