Skip to content

Commit

Permalink
Update IntroductionBase.md
Browse files Browse the repository at this point in the history
Exercice 8 was not properly defined.
  • Loading branch information
gallandarakhneorg committed Mar 25, 2024
1 parent f2472f8 commit 9cd4a32
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -92,7 +92,7 @@ color_list = ["Red","Green","White" ,"Black"]

## Exercise 8

Write a SARL program that accepts an integer (n) on the command line and computes the value of n+nn+nnn.
Write a SARL program that accepts an integer (n) on the command line and computes the value of n+n*n+n*n*n.

* Sample value of n is 5
* Expected Result : 615
Expand Down

0 comments on commit 9cd4a32

Please sign in to comment.