Ok, I am leaving scratch, and have been planning to for a while, just had nothing to replace it with
So I recently release "Dataworld"
Discontinued FishOS
Questions?
Oh...
//
// main.cpp
// Cpp
//
// Created by Ezekiel Elin on 5/12/11.
// Copyright 2011 Fish. All rights reserved.
//
#include <iostream>
#include <string>
#include <sstream>
using namespace std;
int main ()
{
string mathterm;
cin >> mathterm;
if (mathterm == "addition")
{
int a,b;
cin >> a >> b;
cout << a+b;
}
if (mathterm == "subtraction")
{
int a,b;
cin >> a >> b;
cout << a-b;
}
if (mathterm == "division")
{
int a,b;
cin >> a >> b;
cout << a/b;
}
if (mathterm == "multiplication")
{
int a,b;
cin >> a >> b;
cout << a*b;
}
}Last edited by EzekielE (2011-05-15 19:44:19)

Offline
EzekielE wrote:
Scratch has been losing too many people
me too
Ive known I would, just couldn't, at least not till I had something else to do
So I recently release "Dataworld"
Discontinued FishOS
Questions?
Aww...another one leaving...:<
Offline
777w wrote:
EzekielE wrote:
Scratch has been losing too many people
me too
Ive known I would, just couldn't, at least not till I had something else to do
So I recently release "Dataworld"
Discontinued FishOS
Questions?Aww...another one leaving...:<
yup, though il come back for scratch 2.0, at least for a few weeks, depending on how awesome it is!

Offline
Soo looonngg! :<
Offline
Hope you come back before society ends
Offline
When I get stencyl (eventualy
) I won't be half as active here.
Offline