Community Profile

photo

Yitong Liu


Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 4 Jahre vor | 30

| akzeptiert

Gelöst


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

fast 5 Jahre vor