No. 1 - Logic Test
let words = ['cook', 'save', 'taste', 'aves', 'vase', 'state', 'map']
function alphabeticalSort(str) {
let charArray = []
for (let i = 0; i < str.length; i++) {
charArray.push(str[i])
}No. 1 - Logic Test
let words = ['cook', 'save', 'taste', 'aves', 'vase', 'state', 'map']
function alphabeticalSort(str) {
let charArray = []
for (let i = 0; i < str.length; i++) {
charArray.push(str[i])
}| // Rifqi Rachmanda Eryawan | |
| // 001201700004 | |
| #include <iostream> | |
| #include <ctime> | |
| #include <cstdlib> | |
| using namespace std; | |
| int main() { | |
| int brand, price, ans; // type anything and press enter to quit | |
| int subtotal, rate, installment, total, month, paymonth; | |
| char response; // press N to checkout |
| // Rifqi Rachmanda Eryawan | |
| // 001201700004 | |
| #include <iostream> | |
| #include <ctime> | |
| #include <cstdlib> | |
| using namespace std; | |
| int main() { | |
| int brand, price, ans; | |
| char response; | |
| char name[100]; |
| <!-- RIFQI RACHMANDA ERYAWAN - 001201700004 --> | |
| <html> | |
| <head> | |
| <title>CSIP FOOD ORDER!</title> | |
| <style type="text/css"> | |
| body {background-image: url("https://wallpapercave.com/wp/Dp3Xq6o.jpg");} | |
| h1 {text-align: center; color: white; font-family: segoe ui; font-size: 50;} | |
| p {color: white; font-family: segoe ui;} | |
| hr {width: 100%; height: 20; border-color: white; background-color: white;} | |
| td {font-family: segoe ui; font-size: 20; color: white; text-align: center;} |