This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Sabtu, 28 Januari 2012

CARA MEMBUAT CALCULATOR DENGAN MENGGUNAKAN NOTEPAD

Akhirnya kali ini saya Posting kembali di Blog ini,
Cara membuat kalkulator pribadi mengunakan notepad,nah kedengaranya menarik bukan??pasti setelah mendengar kata ini,kalian langsung pada berfikir untuk membuatnya dan menunjukanya kepada teman-copas code notepad dibawah ini :



======================================
@echo off
title Kalkulator by : AsHAnonymous
:ulang
echo Mari berhitung Dengan AsHAnonymous
set /p A=Masukkan Angka Pertama =
set /p B=Masukkan Angka Kedua =
set /p o=Pilih pengoperasian anda (*, +, -, /) =
set /a "jumlah" = A%o%B
echo Jumlah = %jumlah%
pause>null
goto ulang
======================================

Oke cuma itu aja kok :P,,ehh lupa simpan dengan extensi.bat,dan jangan lupa ubah tipe file menjadi all files.

Jumat, 27 Januari 2012