BCA 2nd year syllabus comprises two semesters: 3rd and 4th. BCA 3rd sem includes algorithms, data analytics and programming. BCA 4th Sem subjects cover the functional areas of computer programming and analytics.
36.write prog to accept string from user and delete all vowles from string and display the result 37.display pattern for n lines 1 2 3 4 5 6 7 8 9 10 38. Display Star Pattern 39.write a prog to calculate sum of fibonacci series up to given no 44.write a prig to aclculate follo...
@@ -77,7 +75,7 @@ import com.atech.core.usecase.SyllabusUIModel import kotlinx.coroutines.flow.collectLatest @OptIn( ExperimentalLayoutApi::class, ExperimentalMaterial3Api::class ExperimentalMaterial3Api::class ) @Composable fun SemChooseScreen( @@ -94,7 +92,7 @@ fun SemChooseScreen( val...