This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-05-14 07:18:07

EzekielE
Scratcher
Registered: 2010-09-26
Posts: 100+

Leaving, To Learn Other Stuff

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...

Code:

//
//  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)


http://mag.racked.eu/cimage/i2260/Achievement++get%21/Find+a+Disk/mca.pnghttp://ezekielelin.com/1x1Gif/image.php

Offline

 

#2 2011-05-14 07:19:14

777w
Scratcher
Registered: 2009-02-10
Posts: 1000+

Re: Leaving, To Learn Other Stuff

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

 

#3 2011-05-14 07:39:14

EzekielE
Scratcher
Registered: 2010-09-26
Posts: 100+

Re: Leaving, To Learn Other Stuff

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!


http://mag.racked.eu/cimage/i2260/Achievement++get%21/Find+a+Disk/mca.pnghttp://ezekielelin.com/1x1Gif/image.php

Offline

 

#4 2011-05-14 08:59:59

williambl
Scratcher
Registered: 2011-04-08
Posts: 100+

Re: Leaving, To Learn Other Stuff

EzekielE wrote:

il come back for scratch 2.0!

Yay!


http://internetometer.com/imagesmall/34650.png
http://www.danasoft.com/sig/Epicnesssign.jpg

Offline

 

#5 2011-05-14 09:10:16

CheeseMunchy
Scratcher
Registered: 2008-10-13
Posts: 1000+

Re: Leaving, To Learn Other Stuff

Soo looonngg! :<


6418,

Offline

 

#6 2011-05-14 09:59:13

12three
Scratcher
Registered: 2008-06-12
Posts: 1000+

Re: Leaving, To Learn Other Stuff

Hope you come back before society ends

Offline

 

#7 2011-05-14 10:46:36

bananaman114
Scratcher
Registered: 2010-03-15
Posts: 1000+

Re: Leaving, To Learn Other Stuff

When I get stencyl (eventualy  roll  ) I won't be half as active here.


the sun still shines

Offline

 

Board footer