ScratchData LogoScratchData
Back to junsang09's profile

문장 길이 카운터

JUjunsang09•Created May 24, 2022
문장 길이 카운터
0
0
2 views
View on Scratch

Instructions

제가 필요해서 만든거긴 한데 필요하시면 쓰셔도 됩니다.

Description

각각 python과 C로도 만들었습니다. python: print("문장 길이 카운터\n아래에 문장을 입력하세요.") a=input("") print("문장의 길이는",str(len(a))+"자 입니다.") C: #include <stdio.h> int main() { int a; printf("문장 길이 카운터\n아래에 문장을 입력하세요.\n"); scanf("%d",&a); printf("문장의 길이는 %d자 입니다.",(int)strlen(a)); }

Project Details

Project ID695565748
CreatedMay 24, 2022
Last ModifiedMay 26, 2022
SharedMay 24, 2022
Visibilityvisible
CommentsAllowed