fix: variable assignment exercises

This commit is contained in:
Inanc Gumus
2018-11-13 16:51:04 +03:00
parent 452c47c3d6
commit 67b20e5755
2 changed files with 7 additions and 3 deletions

View File

@@ -19,10 +19,14 @@ package main
// 3. Print the `perimeter` variable
//
// HINT
// Rectangle formula = 2 * (width + height)
// Formula = 2 times the width and height
//
// EXPECTED OUTPUT
// 22
//
// BONUS
// Find more formulas here and calculate them in new programs
// https://www.mathsisfun.com/area.html
// ---------------------------------------------------------
func main() {