icse semester2 computer application || previous year questions icse java || java section B

Опубликовано: 02 Июнь 2026
на канале: Learn Easily - By Anurag
736
53

This video contains solution of very important previous year question of #icse #computer #application.

Question:
Write a program to assign a full path and file name as given below. Using library functions, extract and output the file path, file name and file extension separately as shown.

Input
C:\Users\admin\Pictures\flower.jpg

Output
Path: C:\Users\admin\Pictures\
File name: flower
Extension: jpg