About programming and grades

in #programming2 years ago

Hi To Everyone 😊 I'm so glad that I received my grade in my first activity in java .

Screenshot_20221108-121103.png

Screenshot_20221108-121050.png

This is My Activity in java
My Grade is 50/ 50 it's perfect my professor it so very strict regarding in programming if he saw that anyone at my activity if I cheat I will receive zero grade that so hard for me but I didn't cheat because I know how to program...

Before I learned the java I researched a lot in the google because my program is always error at that time. then I don't know how to use the datatype and the variable and idont know what is that .

Screenshot_20221108-121250.png

I've researched too in youtube programming tutorial then Ive focus while I'm in vacation then I learned so much how to create simple calculator then creating simple design in application and how to run the program especially.

Then now I know how to use that and I do my own program in my own knowledge.

If you want to learned any kind of programming language you must be focus in one programming language because they are the same syntax and print "HelloWorld".

And keep in mind that you can do it
Yesterday we've tackled about array and looping of what is the difference of
Do -while loop, ForLoop while loof

The for loop is fixed while ,while loop and do -while loop are not fixed .but the do- while loop you can run the program even it have a wrong input inside your code .then while loop can't run the program that is the difference between while loop and do- while loop

Screenshot_20221108-121537.png
public class ForExample {
public static void main(String[] args) {
//Code of Java for loop
for(int i=1;i<=10;i++){
System.out.println(i);
}
}
}

In array it's very difficult for me to use although I know how to use array but other tricks in array I don't know but I'm trying my best to know more about short cut coding in array and in many type of program

Anyway I will share next time about in array and looping program here and switch and if else and many more program heehe

For now this is my blog And i hope youve inspired in programming hehe

before I end my blog I just wanna thanks ate@deevi for creating my account
and I'm so happy that I'm part in hive and explore the hive it's so cool the member of.l hive they are so creative in making drawing and many more...

Again thanks for reading my blog 🙂🙂❤️❤️

Sort:  

Congratulations @catleen! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s):

You received more than 400 upvotes.
Your next target is to reach 500 upvotes.
You made more than 50 comments.
Your next target is to reach 100 comments.

You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

To support your work, I also upvoted your post!

Check out the last post from @hivebuzz:

CBRS Hive Infographic Contest - Get your badge and win 1000 HIVE
Our Hive Power Delegations to the October PUM Winners
Feedback from the November 1st Hive Power Up Day - New Turnout Record
Support the HiveBuzz project. Vote for our proposal!

Keep sharing your knowledge and be consistent.