Advertisement
orlandoju

creditos_cerditos

Jun 5th, 2022
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.31 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. void creditoscerditos(){
  5.         cout <<"Creditos Cerditos: "<<endl;
  6.         cout <<"Luis Baldocchi"<<endl;
  7.         cout <<"Marcos Ruiz"<<endl;
  8.         cout <<"Romina Ruiz"<<endl;
  9.         cout <<"Aguilera Orlando"<<endl;
  10.         cout <<"Jesica Valdez"<<endl;
  11. }
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement