This is a zero-risk investment. If you are not satisfied with this eBook, you can get back the full refund within 7days.
About This "Scala Programming & Exercises" is a textbook for high school, college and university students; it covers all essential Scala language knowledge . You can learn complete primary skills of Scala programming fast and easily .
This textbook is only suitable for the Scala programming beginners, high school, college and university students; it is not for the experienced Scala programmers .
Source Code for This textbook provides source code for download; you can download the source code for better study, or copy the source code to your favorite editor to test the programs .
Table of Contents
Hour 1 What is Scala Language? The Feature of Scala Install JDK Install Scala
Hour 2 “Hello World” Program Basic Grammar Scala Keywords Scala Comment Package Data Type
Hour 3 Variables Declare Variable Type Declare Multi Variables Constants Arithmetical Operators Comparison Operators Logical Operators Assignment Operators
Hour 4 If Statement If-else Statement If…else if…else While Loop Do-While Loop For Loop (1) For Loop (2) For Loop (3)