Community Profile

photo

Yitong Liu


2019년부터 활동

Followers: 0   Following: 0

통계

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

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

4년 초과 전 | 30

| 수락됨

문제를 풀었습니다


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

거의 5년 전