Day 5 of learning Java
Built my first small Java project, a Grade Calculator.
It takes a student's CGPA and uses conditional statements to determine the result:
•Distinction
•Upper Credit
•Lower Credit
•Pass
•Fail
A simple project, but it was good practice yk.
Day 4 of learning Java.
Today I worked on pre-increment & post-increment.
I practiced:
•"++i" pre-increment
•"i++" post-increment
• & how each affects the value when used in an expression
It’s a small concept, but understanding the difference properly matters, i guess.
Day 4 of learning Java.
Today I worked on pre-increment & post-increment.
I practiced:
•"++i" pre-increment
•"i++" post-increment
• & how each affects the value when used in an expression
It’s a small concept, but understanding the difference properly matters, i guess.
Day 3 of learning Java.
Today I learned about logical operators and how they work w "if" statements.
I practiced:
•"&&" — AND
•"||" — OR
•Combining conditions in "if" statements
•Using multiple conditions to control program output.
Day 3 of learning Java.
Today I learned about logical operators and how they work w "if" statements.
I practiced:
•"&&" — AND
•"||" — OR
•Combining conditions in "if" statements
•Using multiple conditions to control program output.
Day 2 of Learning Java.
Today I worked with comparison operators and started using "if" statements.
Practiced:
- "==" Equal to
- "!=" Not equal to
- "<" Less than
- "<=" Less than or equal to
Used them with "if" statements and tested the results by running the program.
Day 2 of Learning Java.
Today I worked with comparison operators and started using "if" statements.
Practiced:
- "==" Equal to
- "!=" Not equal to
- "<" Less than
- "<=" Less than or equal to
Used them with "if" statements and tested the results by running the program.
Day 1 of Learning Java.
Started with the basics today.
Covered:
• Arithmetic operators
•Increment & decrement ("++", "--")
•Unary operators
•Boolean values
Nothing crazy yet, just getting comfortable with the language and understanding what the code actually does.
Day 1 of Learning Java.
Started with the basics today.
Covered:
• Arithmetic operators
•Increment & decrement ("++", "--")
•Unary operators
•Boolean values
Nothing crazy yet, just getting comfortable with the language and understanding what the code actually does.
Day 1 of Learning Java.
Started with the basics today.
Covered:
• Arithmetic operators
•Increment & decrement ("++", "--")
•Unary operators
•Boolean values
Nothing crazy yet, just getting comfortable with the language and understanding what the code actually does.
Day 60/180 — Phase One COMPLETE!
Yesterday marks the completion of 60 days of my Ethical Hacking Internship at ICDFA, bringing Phase One and my probation period to an end.
The past 60 days have been filled with Linux, networking, system security, scripting, web security labs, assessments, and lots of hands-on learning.
Now it's time for Phase Two.
My first course: Offensive Security I
60 days down.
120 days to go.
I'm ready for the next chapter!
@_DeejustDee@ireteeh@Cyberhijabitech@segoslavia@cyberjeremiah@Ahmed___khaan
Day 53
Worked on a project to predict Customer churn
4 models were trained which include;
Decision Tree Classifier
Random Forest Classifier
AdaBoost Classifier
Gradient Boosting Classifier
Dear X,
20,684 graduates. 494 first-class. Top 2.4%.
I'm Saheed Sunday.
Best Graduating Student, English (Major)
2nd Best Graduating Student overall, Department of English Language
First-Class Honours, Lagos State University
Yours faithfully,
HIM❤️
Starting my Backend Development class today.
I’ve been looking forward to this for a while, and I’m really excited to finally get started.
As a Cloud & DevOps, I know this will help me understand the bigger picture.
Spent some time with C today.
Funny how going back to the fundamentals makes you notice things you previously glossed over.
Variables, operators, control flow, memory… the boring stuff is actually pretty interesting when you understand what’s happening.
Spent some time with C today.
Funny how going back to the fundamentals makes you notice things you previously glossed over.
Variables, operators, control flow, memory… the boring stuff is actually pretty interesting when you understand what’s happening.