Comments for SoftUni Global https://softuni.org/ Learn Programming and Start a Developer Job Mon, 04 Jul 2022 06:09:39 +0000 hourly 1 https://wordpress.org/?v=6.1.3 Comment on Java Foundations Certification: Full Course (30-Hour Free Video Tutorial + 55 Exercises) by Java Foundations Certification - Full Course [Part 2/3] - Full courses https://softuni.org/code-lessons/java-foundations-full-course/#comment-2022 Tue, 21 Jun 2022 16:22:50 +0000 https://softuni.org/?p=9325#comment-2022 Find the full blog post here: https://softuni.org/code-lessons/java-foundations-full-course/ […]]]> […] ➡️ Find the full blog post here: https://softuni.org/code-lessons/java-foundations-full-course/ […]

]]>
Comment on Overview of Operating Systems and Linux [Dev Concepts #22] by Aleksandar Peev https://softuni.org/dev-concepts/overview-of-operating-systems-and-linux/#comment-1676 Tue, 15 Feb 2022 16:03:43 +0000 https://softuni.org/?p=9757#comment-1676 In reply to hoyd kawelwa.

C# and Java are similar in the sense that all programming languages have the same core principles. The skills you gain by reading books on C# and watching Java tutorials are transferable. Both will help you learn to code and start a job in IT.
However, for a beginner, it is usually better to stick to one language at first. That way you can concentrate on understanding its semantics, specifics, and concepts.

]]>
Comment on Overview of Operating Systems and Linux [Dev Concepts #22] by hoyd kawelwa https://softuni.org/dev-concepts/overview-of-operating-systems-and-linux/#comment-1671 Tue, 15 Feb 2022 10:30:32 +0000 https://softuni.org/?p=9757#comment-1671 Nice to tutorial. But the question is. Am currently learning c# using your book (introduction to computer programming with c#. Is possible understanding c# by watching java tutorial on your YouTube channel?

]]>
Comment on [11/13] Java Foundations Certification: Exception Handling by Sanya Kasarova https://softuni.org/code-lessons/java-foundations-certification-exception-handling/#comment-1141 Thu, 09 Dec 2021 11:01:52 +0000 https://softuni.org/?p=9024#comment-1141 In reply to AJAY Rathi.

Hello,
You can use the following code to calculate sin(180):
double angle = 180;
double sin180 = Math.sin(Math.toRadians(angle));
System.out.println(Math.round(sin180));

Notice we use Math.round() at the end. Otherwise, you will get a number very close to 0, but not exactly zero.
We hope that was helpful. We’re available for any questions to follow.
Have a great day!

]]>
Comment on [11/13] Java Foundations Certification: Exception Handling by AJAY Rathi https://softuni.org/code-lessons/java-foundations-certification-exception-handling/#comment-1135 Wed, 08 Dec 2021 11:16:29 +0000 https://softuni.org/?p=9024#comment-1135 java code for
sin(180 )=?
//180 in degree

]]>
Comment on Java Basics Tutorial – Part 1 – Getting Started with Java by Lyuben Lyubenov https://softuni.org/code-lessons/java-basics-tutorial-part-1-getting-started-with-java/#comment-740 Tue, 19 Oct 2021 08:40:22 +0000 https://softuni.org/?p=6724#comment-740 In reply to Mpumelelo Kubheka.

Hello,
Yes, we advise you to take your time and don’t rush the material.
Take notes and try to understand the whole video material.
If you have any trouble, you can always ask! We will be happy to answer all your questions.

]]>
Comment on Java Basics Tutorial – Part 1 – Getting Started with Java by Mpumelelo Kubheka https://softuni.org/code-lessons/java-basics-tutorial-part-1-getting-started-with-java/#comment-733 Mon, 18 Oct 2021 14:08:27 +0000 https://softuni.org/?p=6724#comment-733 Can I pause and take notes to better understand and feel more in touch with the lessons?

]]>
Comment on Community Membership by Nia Nancheva https://softuni.org/product/community-membership/#comment-578 Thu, 14 Oct 2021 15:52:58 +0000 https://softuni.org/?post_type=product&p=6292#comment-578 ]]> ❤️

]]>