Community Profile

photo

Ashley Jacob


Aktiv seit 2016

Followers: 0   Following: 0

Statistiken

  • Commenter
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Problem


find the area of a circle
find the area of a circle

mehr als 7 Jahre vor | 0 | 0 Lösungsvorschläge

Gelöst


add 1
add 1

mehr als 7 Jahre vor

Gelöst


Add 4, then divide 4
Add 4, then divide 4

mehr als 7 Jahre vor

Gelöst


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

mehr als 7 Jahre vor

Problem


1+1=Window
1+1='Window'

mehr als 7 Jahre vor | 0 | 0 Lösungsvorschläge

Gelöst


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

mehr als 7 Jahre vor

Gelöst


1 + 1 = Window
1 + 1 = Window hint use if construct

mehr als 7 Jahre vor

Gelöst


2 + 2 = Fish
2 + 2 = 'Fish' hint: use the if construct

mehr als 7 Jahre vor

Gelöst


sum of 3 numbers
find the sum of 3 numbers

mehr als 7 Jahre vor

Gelöst


create a matrix
create a matrix

mehr als 7 Jahre vor

Problem


Area of a circle
Find the area of a circle

mehr als 7 Jahre vor | 0 | 0 Lösungsvorschläge

Gelöst


Area of a rectangle
Find the area of a rectangle

mehr als 7 Jahre vor

Gelöst


add 1
Add 1

mehr als 7 Jahre vor

Gelöst


multiply 2 divide 4 add 7
multiply by 2, divide everything by 4 then add 7

mehr als 7 Jahre vor

Problem


2x4 array of only ones
create a 2x4 array of only ones

mehr als 7 Jahre vor | 0 | 0 Lösungsvorschläge

Gelöst


Test Problem; Create a 5x5 array containing all ones
This is a test for learning the process of creating a Cody problem. The goal of this test problem will be to create an array,...

mehr als 7 Jahre vor

Gelöst


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

mehr als 7 Jahre vor

Gelöst


divide 5
divide by 5

mehr als 7 Jahre vor

Gelöst


add 3
Just add 3 and you're done :)

mehr als 7 Jahre vor

Gelöst


Add 4, then divide 2
Add 4 then divide everything by 2 input: x = 4 output: y = 4

mehr als 7 Jahre vor

Gelöst


Potential Energy
Calculate the potential energy of a rock.

mehr als 7 Jahre vor

Gelöst


Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...

mehr als 7 Jahre vor

Gelöst


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

mehr als 7 Jahre vor

Gelöst


Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...

mehr als 7 Jahre vor

Gelöst


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

mehr als 7 Jahre vor

Gelöst


Concatenate two strings
Its very easy. Just concatenate two strings.

mehr als 7 Jahre vor

Gelöst


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

mehr als 7 Jahre vor

Gelöst


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

mehr als 7 Jahre vor

Gelöst


Add 7
Given an input variable x, output a variable y that is 7 greater than x. Example: Input x = 1 Output y is 8 Input ...

mehr als 7 Jahre vor

Gelöst


only input
Return the output without writing any code into the function.

mehr als 7 Jahre vor

Mehr laden