A blog for beginners who want to learn C++. In this blog guest will find that learning C++ is easy or at least it is not as difficult as you first though.
input n For a <- 1 to n do a++ { print a + newline } For a <- n-1 downto 1 do a-- { print a + newline }
No comments:
Post a Comment