/bew2.5

Go - Strongly Typed Languages

Primary LanguageGo

Go! Strongly Typed Languages

Repo for BEW2.5: Go coursework

To Build and Run files:

$ go run file_name.go

Assignments:

Assignment #1: 1_input_variables.go Read: Keyboard Input on how to read from stdin

Read: Variables to complete the assignment

1. Write a program that calculates the birth year using a provided date of birth and age. HINT: Get the date of birth and age from stdin!
2. Write a program that calculates the average weight of 5 people.