Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Print my name & age

Description

This challenge is similar to the previous guided challenge, but now you will try alone. For this challenge, you will need to create an algorithm in Pseudocode using PSeInt that prints your name and your age in separate lines, remeber that your name should be a string and your age a number

Helpful Resources

  1. Print my name

Expected output

The expected output will be your name and age, like this example above

pe10

How to submit my solution?

Add your solution to your README file

More Help?

Slack us 😉

Solution

PLEASE DON'T CHECK THE SOLUTION UNTIL YOU HAVE FINISH YOURS

Take in mind that this is an example solution, your implementation can be different and that's ok

Solution