Community Profile

photo

Yitong Liu


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

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

plus de 4 ans il y a | 30

| A accepté

A résolu


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

presque 5 ans il y a