Input and Output Test

Size
1,714 Kb
Views
4,048

How do I make an input and output test?

What is a input and output test? How do you make a input and output test? This script and codes were developed by Anthony Keithley on 24 December 2022, Saturday.

Input and Output Test Previews

Input and Output Test - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Input and Output Test</title>
</head>
<body> <h1>Enter your Username and Password</h1>
<input type="text" id="name">
<input type="password" id="pw">
<h2 id="by">Enter your Birth Year</h2>
<input type="number" id="year" min="1998" max="2017">
<button onclick="myFunction()">Click Me!</button>
<h2 id="output"></h2>
<h2 id="evenYear"></h2> <script src="js/index.js"></script>
</body>
</html>

Input and Output Test - Script Codes JS Codes

function isEven(x){ if(x % 2 == 0){ return true; } else { return false; }
}
function myFunction(){ var userName = document.getElementById("name").value; var password = document.getElementById("pw").value; var year = document.getElementById("year").value; document.getElementById("output").innerHTML = "Your username is " + userName + " and your password is " + password + " and you are " + (2017 - year) + " years old."; document.getElementById("evenYear").innerHTML = "You were born in an even year: " + isEven(year);
}
Input and Output Test - Script Codes
Input and Output Test - Script Codes
Home Page Home
Developer Anthony Keithley
Username KeithleySLHS
Uploaded December 24, 2022
Rating 3
Size 1,714 Kb
Views 4,048
Do you need developer help for Input and Output Test?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Anthony Keithley (KeithleySLHS) Script Codes
Name
My Interests
CSS Borders
Organizing Your HTML
JS One
Factorial
Rectangle Creator
TipCalc
Quadratic
Dashboard
GetRekt
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!