I completed the full scala topic, yet it shows 98% completed in "My courses" section. Please correct this sooner. This creates problem in keeping a tap on how much I've completed.
I have tried simple scala code but getting an error. I didn't understand why i am getting this error. I have attached 2 screenshots. 1 is of scala_code and other one is scala_error. Please have a look and let me know what is the issue in it.
To use the scalac you program should have main method like this: object HelloWorld { def main(args: Array[String]) { var hw = new HelloWorldC() hw.main(args) } }
Please login to comment
11 Comments
This comment has been removed.
HI Akshay
Please drop a mail to reachus@cloudxlab.com
1 Upvote ShareI have completed the course , Kindly share the certificate
Upvote ShareI have completed the course and hence kindly share the certificate of course completion.
Upvote ShareHi Mohit,
Please mail us at reachus@cloudxlab.com.
1 Upvote ShareI completed the full scala topic, yet it shows 98% completed in "My courses" section. Please correct this sooner. This creates problem in keeping a tap on how much I've completed.
Upvote ShareCheck if you have clicked 'Mark As Complete' button on last (Scala- Resources) page.
And refresh your course page.
Upvote ShareI have tried simple scala code but getting an error. I didn't understand why i am getting this error. I have attached 2 screenshots. 1 is of scala_code and other one is scala_error. Please have a look and let me know what is the issue in it.
To use the scalac you program should have main method like this:
object HelloWorld {
def main(args: Array[String]) {
var hw = new HelloWorldC()
hw.main(args)
}
}
You can use simply scala person.scala to run it.
Upvote ShareI got it. According to PDF you attached with scala, we can create object outside the class which is giving an error. May be some version.
So, We have to create an object inside the singelton object. Please correct me if I'm wrong here.
Thanks
Upvote ShareYou are right.
Upvote Share