Community Profile

photo

Ismail Bera


Last seen: 28 days ago Active since 2023

Followers: 0   Following: 0

Statistics

All
  • Solver

View badges

Feeds

View by

Question


pack more information into a single field
Dear Christopher Stapels, @Christopher Stapels In my experiment, in total I need to visualize 12 parameters out of 6 different ...

2 months ago | 1 answer | 0

1

answer

Solved


Determine if Input is Oddish or Evenish (Odd/Even Sum of Digits)
Given a positive integer n, determine whether n is "oddish" or "evenish" - that is, whether the sum of the digits of n is odd or...

5 months ago

Solved


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

5 months ago

Solved


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

5 months ago