Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prompt("Enter First Name");
- prompt("Enter Second Name");
- var loveScore = Math.random() * 100;
- loveScore = Math.floor(loveScore) + 1;
- if (loveScore > 70) {
- alert("Your love percentage is "+loveScore + " You guys are in love ");
- }
- if (loveScore > 50 && loveScore <= 70) {
- alert("Your love percentage is "+loveScore + " DAMNNNNNN ");
- }
- if (loveScore <= 49) {
- alert("Your love percentage is "+loveScore + " OIL AND WATER ");
- }
Advertisement
Add Comment
Please, Sign In to add comment