User:Jakechoward
Appearance
This user is a student editor in Northeastern_University/ENGW3302_Adv_Writing_Technical_Professions_38067_(Spring_2020). |
A junior at Northeastern University studying Computer Science and Computer Engineering. A thrill seeker in the language arts looking to discover the most rowdy uses of diction across English.
Catch me hanging at Lou's cranking that Cholesterol with the hash-brown.
<-- less explosive than my profile.
My greatest creation.
#include <stdlib.h>
#include <stdio.h>
using namespace std;
int main(int argc, char* argv[]) {
string me = "jake";
string you = "you";
printf("%s is the best. %s are ok ig", me, you);
return 0;
}
This user is a student editor in Wikipedia:Wiki_Ed/Northeastern_University/ENGW1111_First_Year_Writing_(Fall_2017). Student assignments should always be carried out using a course page set up by the instructor. It is usually best to develop assignments in your sandbox. After evaluation, the additions may go on to become a Wikipedia article or be published in an existing article. |