Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a php script that assigns your name to a string variable, the number of credits you are taking to an integer variable, and any
Write a php script that assigns your name to a string variable, the number of credits you are taking to an integer variable, and any value to a floating point variable.
Your html page should also display a welcome message to the name that is stored in a string variable. If the credits are >= 12, the displayed html page will have the message "FULL TIME STUDENT", otherwise the diplayed html page will have the message "PART TIME STUDENT"
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started