//demonstrate char data type
class chardemo
{
public static void main(String[] args)
{
char ch1 = 88;//code for X
char ch2 = 'Y';
System.out.print("ch1 and ch2: ");
System.out.pr
function str = char(q)
% CHAR Create character array (string).
% (Quaternion overloading of standard Matlab function.)
% Note: the Matlab char function converts arrays of numeric values into
% charac