Scala-ProgrammingHow to create and run Scala Project in Command Prompt ?Star the repositoryMake sure you have SBT and JDK v11 installedRun the following commands (Step-By-Step):sbt new scala/projectname.g8 Scala-3 cd scala-3 sbt run