SmileBASIC, 55 bytes
INPUT S,E
FOR I=S TO E
INC N,INSTR(STR$(I),"5")<0NEXT?N
#SmileBASIC, 55 bytes
INPUT S,E
FOR I=S TO E
INC N,INSTR(STR$(I),"5")<0NEXT?N
NothingNothing special, just uses INSTR and STR$ to check for 5.
#SmileBASIC, 55 bytes
INPUT S,E
FOR I=S TO E
INC N,INSTR(STR$(I),"5")<0NEXT?N
Nothing special, just uses INSTR and STR$ to check for 5.
SmileBASIC, 55 bytes
INPUT S,E
FOR I=S TO E
INC N,INSTR(STR$(I),"5")<0NEXT?N
Nothing special, just uses INSTR and STR$ to check for 5.
#SmileBASIC, 52 55 bytes
INPUT S,E
FOR I=S TO E
INC N,INSTR(STR$(I),"5")>0NEXT<0NEXT?N
Nothing special, just uses INSTR and STR$ to check for 5.
#SmileBASIC, 52 bytes
INPUT S,E
FOR I=S TO E
INC N,INSTR(STR$(I),"5")>0NEXT
Nothing special, just uses INSTR and STR$ to check for 5.
#SmileBASIC, 55 bytes
INPUT S,E
FOR I=S TO E
INC N,INSTR(STR$(I),"5")<0NEXT?N
Nothing special, just uses INSTR and STR$ to check for 5.