Community Profile

photo

Yitong Liu


Attivo dal 2019

Followers: 0   Following: 0

Statistiche

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
caesar cyphor encryption problem .
function coded = caesar(M, n) num = double(M); %Converts string into double num2 = num; N = n - 95 * f...

oltre 4 anni fa | 30

| accettato

Risolto


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

quasi 5 anni fa