Evaluating bids

Ayuda ejercicio C# y Js

Published on the June 21, 2017 in IT & Programming

About this project

Open

Realizar un programa en C# donde se tendrán las funciones tipo extensión de

Object que se llamaran ReadFromConsole y PrintToConsole. Ejm

var p = new Persona();

p.ReadFromConsole();

p.PrintToConsole();

Lo que hara es ReadFromConsole

Ingrese Codigo: 1

Ingrese Nombre: Carlos

Ingrese Edad: 33

Lo que hara PrintToConsole

Persona

-- -- -- -- -

Codigo: 1

Nombre: Carlos

Edad: 33

Solo se soportara campos/propiedades públicas de tipo int,float,string,bool,char

-----------------------
)Realizar un programa en js que evalué una expresión matemática representada en

json.

Ejm:

// (1+2)*3

const expresion = {

Type: '*',

Left: {

Type: '+',

Left: 1,

Right: 3

},

Right: 3

};

console.log(evaluateExpresion(expresion));//Imprimiría 6

Category IT & Programming
Subcategory Other
Project size Small
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
Experience in this type of projects Yes (I have managed this kind of project before)
API Integrations Other (Other APIs)

Delivery term: Not specified

Skills needed

Other projects posted by A.