8 Replies
Add in the code you currently have
i dont know how to do so i dont have code sorry
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Do you know how to create a
for
loop and print to console?Written interactive course https://docs.microsoft.com/en-us/users/dotnet/collections/yz26f8y64n7k07
Videos https://dotnet.microsoft.com/learn/videos
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
@Reki- Calculate how many spaces you need to print each line and how many stars
in your first line,
I think you need to print 4 spaces, then 1 star, then 4 spaces again (the last 4 spaces are unnecessary)
then think of a pattern to draw you the first triangle up top, then do another loop that does the second shape
Thank you everyone
!solved
!solve