photo

Danila Berezin


Last seen: oltre un anno fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

All
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


Is there a way to give method/property access to all classes in a package without typing them all in manually?
So I am writing a rather large application in appdesigner, and so I put a lot of the callbacks used by the app in a seperate cla...

circa 2 anni fa | 1 risposta | 0

1

risposta

Risolto


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

circa 2 anni fa

Risolto


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

circa 2 anni fa

Risolto


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

circa 2 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

circa 2 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

circa 2 anni fa

Risolto


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

circa 2 anni fa

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

circa 2 anni fa