Skip to content

cindyblumer/test_git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is the first step

  • Add some stuff here

  • I creaated a scala function that first asks the user for their name, and then says hello. the function then asks the user's age and responds with the user's : age and name

import scala.io.StdIn._

println("Hello. What is your name?") val name = readLine() println("Hello " + name + ", how old are you?") val age = readInt() println(name + " is " + age + " years old.")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%