bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

root / semester_1 / R / Code / R_code-3.r

R_code-3.r (273B)


      1 # Assume you have a variable company <- "Programiz". 
      2 # Write a line of code using the paste0() function to print "Welcome toProgramiz" 
      3 # ensuring there is no default space between the string and the variable. 
      4 
      5 company <- "Programiz"
      6 print(paste0("welcome to", company))
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror