diff --git a/data/index.md b/data/index.md index 1edfb2b39..7f1e20453 100644 --- a/data/index.md +++ b/data/index.md @@ -6,7 +6,9 @@ information_page: true banner: true --- -Welcome to the University of Helsinki’s free massive open online course (MOOC) on programming! This is an updated version of our popular course Object-Oriented Programming with Java. +Welcome to the University of Helsinki’s massive open online course (MOOC) on programming! This is an updated version of our popular course Object-Oriented Programming with Java. + +Please note, that this is a *legacy course*. It is no longer possible to gain ECTS credits for completing the course. The course content is also no longer updated or maintained. You can find our current Python course [here](https://programming-24.mooc.fi/) During this course, you will learn the basics of computer programming, along with algorithms and object-oriented programming through the Java programming language. The course includes comprehensive materials and plenty of programming exercises - all of which are tested using our automatic testing service Test My Code. @@ -14,7 +16,7 @@ Anyone can join - no previous programming knowledge is required. Unlike many programming courses found online, ours is completely unabridged; the course’s scope and material are identical to our CS1 Introduction to Programming and Advanced Programming courses. -This is the first course in our computer science learning track, and we use industry-grade tooling from day one. As such, the course is about programming in a real integrated development environment (IDE) instead of a browser or an educational IDE. +We use industry-grade tooling from day one. As such, the course is about programming in a real integrated development environment (IDE) instead of a browser or an educational IDE. The course does not require separate registration. You can simply dive into the first part of the course found over [here](/part-1). @@ -24,6 +26,6 @@ The course is split up into two individual courses: Java Programming I and Java ## Credits and certificate -No more exams will be held on this course. If you wish to complete Introduction to Programming and the Advanced Course in Programming for credits, see [Python Programming MOOC](https://programming-23.mooc.fi). +No more exams will be held on this course. If you wish to complete Introduction to Programming and the Advanced Course in Programming for credits, see [Python Programming MOOC](https://programming-24.mooc.fi). -You can get a certificate for each course (Java Programming I & Java Programming II seperately) from here: https://www.mooc.fi/en/profile/completions. +You can get a certificate for each course (Java Programming I & Java Programming II separately) at here: https://www.mooc.fi/en/profile/completions. diff --git a/data/part-1/5-calculating.md b/data/part-1/5-calculating.md index d9e281b69..bbf4d713c 100644 --- a/data/part-1/5-calculating.md +++ b/data/part-1/5-calculating.md @@ -791,7 +791,7 @@ System.out.println(kokonaisluku); ``` --> ```java -int integer = 3.0 / 2; +int integer = (int) 3.0 / 2; System.out.println(integer); ``` diff --git a/data/support-and-assistance.md b/data/support-and-assistance.md index 68029e25a..43352eab9 100644 --- a/data/support-and-assistance.md +++ b/data/support-and-assistance.md @@ -15,10 +15,3 @@ The course channel is available [through this link](https://study.cs.helsinki.fi The participants in the channel are fellow students and volunteer course assistants. The channel's activity is based on voluntary assistance. Please also help other students on the channel when you can. -There's also an off-topic channel for conversation that isn't directly connected to the course: [https://t.me/java\_programming\_mooc\_ot](https://t.me/java_programming_mooc_ot) - -We recommend all users in the course Telegram channel to join the Discord. - -## Email - -You can reach course staff by email using address ohjelmoinnin-mooc@helsinki.fi. Feel free to write in English or in Finnish.