KarloZP

M. Iqbal Suhardimas ( 2018 804 302 ) | Soal No. 4 | Page 2 | TUGAS HARIAN

Oct 28th, 2020 (edited)
1,456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.48 KB | None | 0 0
  1. clear
  2.  
  3. echo "M. Iqbal Suhardimas ( 2018 804 302 ) | Soal No. 4 | Page 2 | TUGAS HARIAN";
  4. echo;
  5.  
  6. echo "Bilangan Ganjil menggunakan FOR";
  7. read -p "Masukkan Angka: " angka;
  8.  
  9.     for (( ganjil=1; ganjil<$angka; ganjil+=2 ))
  10.     do
  11.         echo -n $ganjil " ";
  12.     done
  13. echo;
  14. echo "UTS No.2 : https://pastebin.com/7Ty9VXeH";
  15. echo "UTS No.3 : https://pastebin.com/tvuXgZA8";
  16. echo "Tugas Harian No.4 : https://pastebin.com/q55XucAA";
  17. echo "Tugas Harian No.5 : https://pastebin.com/DQTrSek8";
  18.  
Add Comment
Please, Sign In to add comment