Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create GRADING SYSTEM #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lawrenceDEgreat
Copy link

MY GRADING SYSTEM CODE
<!—POLYTECHNIC UNWANA GRADING SYSTEM -->

=0 && $grade <=39: echo "your score is $grade Grade: F"; break; case $grade >=40 && $grade <=44: echo "your score is $grade Grade: E"; break; case $grade >=50 && $grade <=54: echo "your score is $grade Grade: D"; break; case $grade >=55 && $grade <=59: echo "your score is $grade Grade: CD"; break; case $grade >=60 && $grade <=64: echo "your score is $grade Grade: C"; break; case $grade >=65 && $grade <=69: echo "your score is $grade Grade: BC"; break; case $grade >=65 && $grade <=69: echo "your score is $grade Grade: B"; break; case $grade >=70 && $grade <=74: echo "your score is $grade Grade: AB"; break; case $grade >=75 && $grade <=100: echo "your score is $grade Grade: A"; break; default: print("your score is out of range"); break; } ?>

MY GRADING SYSTEM CODE
@lawrenceDEgreat
Copy link
Author

DIFFERENCE BETWEEN WEB2 AND WEB 3
 Web 2.0 is the participative social web or the second generation of internet services that enables read and write functionalities. On the other hand, Web 3.0 is the third generation of the web which focuses on the semantic web. It basically focuses on enabling better communication and understanding between users and machines on decentralized infrastructures.
 Web 2.0 focused on enabling users to interact with content on the internet. On the other hand, Web 3.0 fosters immersion in the content on the internet by becoming an active contributor. While web 2.0 aimed to connect people, web 3.0 aims to connect knowledge. On a broader level, the focus of web 2.0 reflected largely on tagging and end-user experiences. Web 3.0 turned its focus towards user empowerment by facilitating improved trust, security, and privacy.
 Some of the notable technologies underlying the growth of web 2.0 include AJAX and JavaScript. In addition, you can also notice the dominance of CSS3 and HTML5 among the technologies empowering Web 2.0. On the other hand of the spectrum, you can find web 3.0 providing support for the implementation of innovative technologies. The major technologies underpinning the foundation of web 3.0 include AI, semantic web, and [decentralized]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant