hey! buddy what do u want?
here is my sum calculator
program Project1;
var
name:string;
num1:integer;
num2:integer;
total:integer;
begin
write('ENTER NAME:');
readln(name);
writeln;
writeln('nice having u:',NAME);
writeln;
write('enter first number: ');
readln(num1);
writeln;
write('enter second number: ');
readln(num2);
WRITELN('THE SUM OF THE numbers IS:',num1 + NUM2);
writeln;
writeln('thank u for using my sum calculator');
readln;
end.
FREE-WEB-SITES-TRAINING is designed for total beginners ... and for people who use programs like Dreamweaver, FrontPage. To fully understand websites designing, first you need to learn HTML hand-coding; it's easier than you think!
How to Build a Website Step 1 - Hosting:
Hosting is where you put your website and all the Web pages. While it's possible to build a website on your personal computer and never move it online, it's somewhat pointless. No one but you will ever be able to see it. So the first thing you'll want to do is find a Web hosting provider.There are several types of Web hosting options you can choose from:
- Free Web hosts
- Standard Web hosting
- Dedicated, Virtual, and Shared Hosting
It's easy to find a free Web hosting provider. Many of these providers are free, but require you to place advertising on your site.
Most people gravitate to free Web hosting without too much thought, but there can be drawbacks to free hosting. You don't always get as much space, you might be required to run their ads on your site, or there may be bandwidth limits. Be sure to read all the fine print before you put your website on a free Web host. I recommend using free hosting providers for testing Web pages and for personal pages.


0 comments:
Post a Comment