Skip to content

Latest commit

 

History

History
40 lines (39 loc) · 771 Bytes

README.md

File metadata and controls

40 lines (39 loc) · 771 Bytes

You can check the problem sets here

Hello

Say hello to the user

What's your name? 
Tiago
hello, Tiago

Mario

Recreate Mario's pyramid, using hastags (#), with height ranging from 1 to 8

pyramid

Less Version

Height: 4
   #  
  ##  
 ###  
####

More Version

Height: 4
   #  #
  ##  ##
 ###  ###
####  ####

Cash

Say how many coins are needed for change, between 25¢, 10¢, 5¢ and 1¢

Change owed: 0.62
5

Credit

Checks if the card is valid, according to Luhn's algorithm, and if it is AMEX, MASTERCARD or VISA

Number: 378282246310005
AMEX