Forum: C# Jan 18th, 2009 |
| Replies: 5 Views: 4,735 no no this is the right thread sorry :D |
Forum: C# Jan 17th, 2009 |
| Replies: 5 Views: 4,735 this is claa example
[/code=c#]
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace DaniWebtest3
{ |
Forum: Computer Science Jan 11th, 2009 |
| Replies: 4 Views: 532 hi
int counter=1;
float interest;
float deposite = 1000;
while (counter<= 50)
{
interest = deposite * 0.8f;
... |